Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(runtime-core): correct type inference for PascalCase emits #11579

Merged
merged 5 commits into from
Aug 15, 2024

Conversation

KazariEX
Copy link
Contributor

Copy link

github-actions bot commented Aug 10, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 98.7 kB 37.4 kB 33.7 kB
vue.global.prod.js 156 kB 57.2 kB 50.9 kB

Usages

Name Size Gzip Brotli
createApp 54.1 kB 21 kB 19.2 kB
createSSRApp 58.1 kB 22.6 kB 20.6 kB
defineCustomElement 58.8 kB 22.5 kB 20.5 kB
overall 67.7 kB 26 kB 23.6 kB

@yyx990803
Copy link
Member

@KazariEX can you resolve the conflicts since we've pointed main to the 3.5 beta now?

@edison1105
Copy link
Member

/ecosystem-ci run

@vue-bot
Copy link
Contributor

vue-bot commented Aug 15, 2024

📝 Ran ecosystem CI: Open

suite result latest scheduled
language-tools failure failure
nuxt success failure
pinia success failure
primevue success failure
quasar success failure
radix-vue success failure
router success failure
test-utils success failure
vant success failure
vite-plugin-vue success failure
vitepress success failure
vue-i18n success failure
vue-macros success failure
vuetify success failure
vueuse success failure
vue-simple-compiler success failure

@yyx990803 yyx990803 merged commit d7d0371 into vuejs:main Aug 15, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Argument type declaration error on the handler side when using defineEmits + Typescript + setup script
4 participants